home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
comms
/
internet
/
html-related
/
hsc
/
source
/
hsclib
/
parse.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-04-13
|
565b
|
29 lines
/*
** hsclib/parse.h
**
** functions for parsing of hsc files
**
*/
#ifndef HSC_PARSE_H
#define HSC_PARSE_H
/*
** global funcs
*/
#ifndef NOEXTERN_HSCLIB_PARSE_H
extern BOOL hsc_parse( HSCPRC *hp );
extern BOOL hsc_parse_tag( HSCPRC *hp );
extern BOOL hsc_parse_amp( HSCPRC *hp );
extern BOOL hsc_parse_text( HSCPRC *hp );
extern BOOL hsc_parse_source( HSCPRC *hp );
extern BOOL hsc_parse_end( HSCPRC *hp );
extern BOOL hsc_parse_end_id( HSCPRC *hp );
extern VOID remove_ctag( HSCPRC *hp, HSCTAG *tag );
#endif /* NOEXTERN_PARSE_H */
#endif /* HSC_PARSE_H */